@charset "utf-8";
body header ol {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}
body header ol li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
}
body {
    width: 100%;
    background-color: #000000;
}
header {
    background-color: #0E0E0E;
    width: 100%;
    position: absolute;
    top: 60px;
    text-align: center;
}
header ol li a img {
    margin-left: 10px;
    margin-right: 10px;
}
header ol li a img:hover{ transform: scale(1.5) }